/** yit custom code **/
.cart {
    display: none;
}

li.chosen a {
    color: #FFFFFF !important;
}

.gray_panel {
    width: 100%;
}

.gray_panel td {
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    padding: 20px;
    vertical-align: top;
    font-weight: 300;
}

.gray_panel th {
    background: #F4F4F4;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
    font-weight: 700;
    font-size: 1.2em;
}

.gray_panel th.col-3 {
    width: 33.3333%
}

.gray_panel.downloads tr:nth-child(odd) .download {
    background-position: 0 -38px;
}

.gray_panel.downloads tr:nth-child(even) .download {
    background-position: 0 -38px;
}

.op-list-number-red, .op-list-number-green, .op-list-number-purple {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    border-radius: 50%;
    color: #FFFFFF;
}

.op-list-number-red {
    background: #C0504E;
}

.op-list-number-green {
    background: #9BBB5A;
}

.op-list-number-purple {
    background: #8063A3;
}

.acc-api-portal {
    margin: 0 auto;
    float: none;
    border: none;
    width: 394px;
}

.horizontal-seperator {
    margin-bottom: 20px;
}

.search-filter-field {
    position: absolute;
    top: 30px;
    right: 15px;
}